Autogenerated HTML docs for v2.40.0-71-g95026 
diff --git a/rev-list-options.txt b/rev-list-options.txt index 0d90d5b..90c73d6 100644 --- a/rev-list-options.txt +++ b/rev-list-options.txt 
@@ -195,10 +195,11 @@  or `--all`. If a trailing '/{asterisk}' is intended, it must be given  explicitly.   ---exclude-hidden=[receive|uploadpack]:: -	Do not include refs that would be hidden by `git-receive-pack` or -	`git-upload-pack` by consulting the appropriate `receive.hideRefs` or -	`uploadpack.hideRefs` configuration along with `transfer.hideRefs` (see +--exclude-hidden=[fetch|receive|uploadpack]:: +	Do not include refs that would be hidden by `git-fetch`, +	`git-receive-pack` or `git-upload-pack` by consulting the appropriate +	`fetch.hideRefs`, `receive.hideRefs` or `uploadpack.hideRefs` +	configuration along with `transfer.hideRefs` (see 	linkgit:git-config[1]). This option affects the next pseudo-ref option 	`--all` or `--glob` and is cleared after processing them.